-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for CentOS 8 #342
Conversation
Looks like there is an issue during the import / verification of the new GPG key. |
@dhoppe Any idea when this will be resolved? Would like to see el8 support added! |
I would like this as well! |
👍 CentOS 8 support would be great; it's been out for a year already. Are the GPG failures still an issue? |
I just restarted the jobs and it looks like the problem has solved itself.
Unfortunately we have to wait for Travis CI now, hoping that all jobs are green. |
services: docker | ||
- rvm: 2.5.3 | ||
bundler_args: --without development release | ||
env: BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_setfile=ubuntu1604-64 CHECK=beaker | ||
env: BEAKER_PUPPET_COLLECTION=puppet5 BEAKER_setfile=debian8-64 CHECK=beaker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might as well remove this since Debian 8 is EOL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, but this should be handled by a different pull request.
No description provided.